Objects Types and Constants Properties Methods Object Hierarchy Index
Copies the Graphic objects in a two dimensional array.
C++:
#include "imsigx.h"
HRESULT hr = pObject->ArrayCopyRelative(X, Y, Rows, Columns, Fit, Matrix, &prop);
Visual Basic:
prop = object.ArrayCopyRelative(X, Y, Rows, Columns, Fit, Matrix)
Parts:
X |
double |
[in] |
X coordinate of column offset. |
Y |
double |
[in] |
Y coordinate of row offset. |
Rows |
long |
[in] |
Number of rows including the original. |
Columns |
long |
[in] |
Number of columns including the original. |
Fit |
VARIANT* |
[in][optional] |
True if specified offsets are for last copy. |
Matrix |
VARIANT* |
[in][out][optional] |
The matrix that was calculated. |
prop |
[out][retval] |
The copied Graphic objects. |
Copies the Graphic objects in a two dimensional array. Always translates in the currently active workplane?
C++:
#include "imsigx.h"
HRESULT hr = pObject->ArrayCopyRelative(U, V, Rows, Columns, Fit, Workplane, Matrix, &prop);
Visual Basic:
prop = object.ArrayCopyRelative(U, V, Rows, Columns, Fit, Workplane, Matrix)
Parts:
U |
double |
[in] |
Column offset. |
V |
double |
[in] |
Row offset. |
Rows |
long |
[in] |
Number of rows including the original. |
Columns |
long |
[in] |
Number of columns including the original. |
Fit |
VARIANT* |
[in][optional] |
True if specified offsets are for last copy. |
Workplane |
VARIANT* |
[in][optional] |
Workplane or direction vector? |
Matrix |
VARIANT* |
[in][out][optional] |
The matrix that was calculated. |
prop |
[out][retval] |
The copied Graphic objects. |
Objects Types and Constants Properties Methods Object Hierarchy Index
SDK Top API Reference TurboCAD Home Page TurboCAD Programming Forums